Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/55 - Weeblist/

index.css /cody/swapnilsparsh/30DaysOfJavaScript/55 - Weeblist/index.css
189 Views
0 Comments
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Fira Sans', sans-serif;
}
a {
text-decorati
index.html /cody/swapnilsparsh/30DaysOfJavaScript/55 - Weeblist/index.html
475 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">

index.js /cody/swapnilsparsh/30DaysOfJavaScript/55 - Weeblist/index.js
270 Views
0 Comments
// Variable to store if the current search need anime or manga
var nameType = "Manga";
const api = "https://api.jikan.moe/v4/"